Start using precise -L flags
authorAlex Crichton <alex@alexcrichton.com>
Sun, 4 Jan 2015 09:16:33 +0000 (01:16 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 6 Jan 2015 01:06:25 +0000 (17:06 -0800)
commit5be647ef2e150880931c05f6d14809fb191e0c0b
tree6d9c5c5b9bbb610190bf4853b46fe530b01504e7
parentba2800478da8b1cae69f9c69adc6e8d43757f7b9
Start using precise -L flags

Now that the compiler supports the notion for a "dependency lookup path" Cargo
can specify this information to the compiler in order to prevent transitive
dependencies from being imported.

Closes #1037
Cargo.lock
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_build_lib.rs
tests/test_cargo_compile.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_profiles.rs